home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / wincgi.htm < prev   
Encoding:
Extensible Markup Language  |  2005-06-22  |  1.6 KB  |  42 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - Web Server - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">WINCGI</h1>
  16. <br />
  17. WinCGI allows to have communication with the new process trough .ini files. WinCGI is supported 
  18. only on the Microsoft Windows platform.
  19. <br />
  20. To enable WinCGI in MyServer, you need to configure the correct <a href="mimetypes.html" class="code" rel="external">MIME type</a> corresponding to your WinCGI
  21. application files, and make them run as WinCGI (<span class="code">EXECUTEWINCGI</span>)<br />
  22. <br />
  23. Like in CGI, you can place all your applications in a <span
  24.  class="code">cgi-bin</span>
  25. directory in the <span class="code">web</span> directory in MyServer
  26. as seen below:<br />
  27. <br />
  28.       <div class="center"><img src="../images/myfiles.png" title=""
  29.  alt="Web folder" height="260" width="468" style="border: 1px solid #000000" /><br />
  30. </div>
  31. <div class="center"><small>The cgi-bin folder is directly beneath the selected web folder.</small><br />
  32. </div>
  33. <br />
  34. <br />
  35. <br />
  36. However, WinCGI applications can be placed anywhere in the web directory. <br />
  37. <br />
  38. </td>
  39. </tr>
  40. </table>
  41. </body>
  42. </html>